home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / C_Language / Open / Common / OPENCPY.H < prev   
C/C++ Source or Header  |  1996-07-05  |  354b  |  15 lines

  1. /*
  2.  *--- OpenCpy.h ----------------------------------------------------------
  3.  * Copyright (c) 1992-96 Adobe Systems, Inc.  All rights reserved.
  4.  *
  5.  * PageMaker plug-in OpenCopy.
  6.  *-----------------------------------------------------------------------
  7.  */
  8.  
  9. #ifndef OPENCPY_H
  10. #define OPENCPY_H
  11.  
  12. void OpenPubCopy(void);
  13.  
  14. #endif // OPENCPY_H
  15.